ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Sparkline Namespace / Series Class / Create(Double[]) Method
the dummy data to use for a glyph

In This Topic
    Create(Double[]) Method
    In This Topic
    Creates the dummy series to use in the designer.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal dummyValues() As Double _
    ) As Series
    public static Series Create( 
       double[] dummyValues
    )

    Parameters

    dummyValues
    the dummy data to use for a glyph
    See Also